home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / prexcm60.zip / VIEWMSG.BAT < prev    next >
DOS Batch File  |  1996-08-01  |  412b  |  10 lines

  1. @echo off
  2. rem Using this file to view the modification message and serial number
  3. rem encrypted on a Protected file. This uses the ModMsg.EXE tool to
  4. rem produce a modified version of the file you specify in TEMP.EXE and
  5. rem then it runs TEMP.EXE if ModMsg.EXE doesn't have any big errors.
  6. rem Note: TEMP.EXE can crash if it wasn't previously Protected.
  7. if exist temp.exe del temp.exe
  8. modmsg %1
  9. temp.exe
  10.